3.322 \(\int \frac{\sqrt{2+x^2-x^4}}{(7+5 x^2)^2} \, dx\)

Optimal. Leaf size=74 \[ -\frac{6}{175} \text{EllipticF}\left (\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right ),-2\right )+\frac{\sqrt{-x^4+x^2+2} x}{14 \left (5 x^2+7\right )}+\frac{1}{70} E\left (\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )+\frac{99 \Pi \left (-\frac{10}{7};\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )}{2450} \]

[Out]

(x*Sqrt[2 + x^2 - x^4])/(14*(7 + 5*x^2)) + EllipticE[ArcSin[x/Sqrt[2]], -2]/70 - (6*EllipticF[ArcSin[x/Sqrt[2]
], -2])/175 + (99*EllipticPi[-10/7, ArcSin[x/Sqrt[2]], -2])/2450

________________________________________________________________________________________

Rubi [A]  time = 0.0795178, antiderivative size = 74, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 7, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.292, Rules used = {1226, 1180, 524, 424, 419, 1212, 537} \[ \frac{\sqrt{-x^4+x^2+2} x}{14 \left (5 x^2+7\right )}-\frac{6}{175} F\left (\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )+\frac{1}{70} E\left (\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )+\frac{99 \Pi \left (-\frac{10}{7};\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )}{2450} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[2 + x^2 - x^4]/(7 + 5*x^2)^2,x]

[Out]

(x*Sqrt[2 + x^2 - x^4])/(14*(7 + 5*x^2)) + EllipticE[ArcSin[x/Sqrt[2]], -2]/70 - (6*EllipticF[ArcSin[x/Sqrt[2]
], -2])/175 + (99*EllipticPi[-10/7, ArcSin[x/Sqrt[2]], -2])/2450

Rule 1226

Int[Sqrt[(a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4]/((d_) + (e_.)*(x_)^2)^2, x_Symbol] :> Simp[(x*Sqrt[a + b*x^2 + c*
x^4])/(2*d*(d + e*x^2)), x] + (Dist[c/(2*d*e^2), Int[(d - e*x^2)/Sqrt[a + b*x^2 + c*x^4], x], x] - Dist[(c*d^2
 - a*e^2)/(2*d*e^2), Int[1/((d + e*x^2)*Sqrt[a + b*x^2 + c*x^4]), x], x]) /; FreeQ[{a, b, c, d, e}, x] && NeQ[
b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0]

Rule 1180

Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}
, Dist[2*Sqrt[-c], Int[(d + e*x^2)/(Sqrt[b + q + 2*c*x^2]*Sqrt[-b + q - 2*c*x^2]), x], x]] /; FreeQ[{a, b, c,
d, e}, x] && GtQ[b^2 - 4*a*c, 0] && LtQ[c, 0]

Rule 524

Int[((e_) + (f_.)*(x_)^(n_))/(Sqrt[(a_) + (b_.)*(x_)^(n_)]*Sqrt[(c_) + (d_.)*(x_)^(n_)]), x_Symbol] :> Dist[f/
b, Int[Sqrt[a + b*x^n]/Sqrt[c + d*x^n], x], x] + Dist[(b*e - a*f)/b, Int[1/(Sqrt[a + b*x^n]*Sqrt[c + d*x^n]),
x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] &&  !(EqQ[n, 2] && ((PosQ[b/a] && PosQ[d/c]) || (NegQ[b/a] && (PosQ[
d/c] || (GtQ[a, 0] && ( !GtQ[c, 0] || SimplerSqrtQ[-(b/a), -(d/c)]))))))

Rule 424

Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Simp[(Sqrt[a]*EllipticE[ArcSin[Rt[-(d/c)
, 2]*x], (b*c)/(a*d)])/(Sqrt[c]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] && GtQ[
a, 0]

Rule 419

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Simp[(1*EllipticF[ArcSin[Rt[-(d/c),
2]*x], (b*c)/(a*d)])/(Sqrt[a]*Sqrt[c]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] &
& GtQ[a, 0] &&  !(NegQ[b/a] && SimplerSqrtQ[-(b/a), -(d/c)])

Rule 1212

Int[1/(((d_) + (e_.)*(x_)^2)*Sqrt[(a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4]), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c,
 2]}, Dist[2*Sqrt[-c], Int[1/((d + e*x^2)*Sqrt[b + q + 2*c*x^2]*Sqrt[-b + q - 2*c*x^2]), x], x]] /; FreeQ[{a,
b, c, d, e}, x] && GtQ[b^2 - 4*a*c, 0] && LtQ[c, 0]

Rule 537

Int[1/(((a_) + (b_.)*(x_)^2)*Sqrt[(c_) + (d_.)*(x_)^2]*Sqrt[(e_) + (f_.)*(x_)^2]), x_Symbol] :> Simp[(1*Ellipt
icPi[(b*c)/(a*d), ArcSin[Rt[-(d/c), 2]*x], (c*f)/(d*e)])/(a*Sqrt[c]*Sqrt[e]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b,
 c, d, e, f}, x] &&  !GtQ[d/c, 0] && GtQ[c, 0] && GtQ[e, 0] &&  !( !GtQ[f/e, 0] && SimplerSqrtQ[-(f/e), -(d/c)
])

Rubi steps

\begin{align*} \int \frac{\sqrt{2+x^2-x^4}}{\left (7+5 x^2\right )^2} \, dx &=\frac{x \sqrt{2+x^2-x^4}}{14 \left (7+5 x^2\right )}-\frac{1}{350} \int \frac{7-5 x^2}{\sqrt{2+x^2-x^4}} \, dx+\frac{99}{350} \int \frac{1}{\left (7+5 x^2\right ) \sqrt{2+x^2-x^4}} \, dx\\ &=\frac{x \sqrt{2+x^2-x^4}}{14 \left (7+5 x^2\right )}-\frac{1}{175} \int \frac{7-5 x^2}{\sqrt{4-2 x^2} \sqrt{2+2 x^2}} \, dx+\frac{99}{175} \int \frac{1}{\sqrt{4-2 x^2} \sqrt{2+2 x^2} \left (7+5 x^2\right )} \, dx\\ &=\frac{x \sqrt{2+x^2-x^4}}{14 \left (7+5 x^2\right )}+\frac{99 \Pi \left (-\frac{10}{7};\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )}{2450}+\frac{1}{70} \int \frac{\sqrt{2+2 x^2}}{\sqrt{4-2 x^2}} \, dx-\frac{12}{175} \int \frac{1}{\sqrt{4-2 x^2} \sqrt{2+2 x^2}} \, dx\\ &=\frac{x \sqrt{2+x^2-x^4}}{14 \left (7+5 x^2\right )}+\frac{1}{70} E\left (\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )-\frac{6}{175} F\left (\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )+\frac{99 \Pi \left (-\frac{10}{7};\left .\sin ^{-1}\left (\frac{x}{\sqrt{2}}\right )\right |-2\right )}{2450}\\ \end{align*}

Mathematica [C]  time = 0.276638, size = 196, normalized size = 2.65 \[ \frac{-21 i \sqrt{2} \left (5 x^2+7\right ) \sqrt{-x^4+x^2+2} \text{EllipticF}\left (i \sinh ^{-1}(x),-\frac{1}{2}\right )-350 x^5+350 x^3+70 i \sqrt{2} \left (5 x^2+7\right ) \sqrt{-x^4+x^2+2} E\left (i \sinh ^{-1}(x)|-\frac{1}{2}\right )-495 i \sqrt{2} \sqrt{-x^4+x^2+2} x^2 \Pi \left (\frac{5}{7};i \sinh ^{-1}(x)|-\frac{1}{2}\right )-693 i \sqrt{2} \sqrt{-x^4+x^2+2} \Pi \left (\frac{5}{7};i \sinh ^{-1}(x)|-\frac{1}{2}\right )+700 x}{4900 \left (5 x^2+7\right ) \sqrt{-x^4+x^2+2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[2 + x^2 - x^4]/(7 + 5*x^2)^2,x]

[Out]

(700*x + 350*x^3 - 350*x^5 + (70*I)*Sqrt[2]*(7 + 5*x^2)*Sqrt[2 + x^2 - x^4]*EllipticE[I*ArcSinh[x], -1/2] - (2
1*I)*Sqrt[2]*(7 + 5*x^2)*Sqrt[2 + x^2 - x^4]*EllipticF[I*ArcSinh[x], -1/2] - (693*I)*Sqrt[2]*Sqrt[2 + x^2 - x^
4]*EllipticPi[5/7, I*ArcSinh[x], -1/2] - (495*I)*Sqrt[2]*x^2*Sqrt[2 + x^2 - x^4]*EllipticPi[5/7, I*ArcSinh[x],
 -1/2])/(4900*(7 + 5*x^2)*Sqrt[2 + x^2 - x^4])

________________________________________________________________________________________

Maple [B]  time = 0.02, size = 165, normalized size = 2.2 \begin{align*}{\frac{x}{70\,{x}^{2}+98}\sqrt{-{x}^{4}+{x}^{2}+2}}-{\frac{3\,\sqrt{2}}{175}\sqrt{-2\,{x}^{2}+4}\sqrt{{x}^{2}+1}{\it EllipticF} \left ({\frac{x\sqrt{2}}{2}},i\sqrt{2} \right ){\frac{1}{\sqrt{-{x}^{4}+{x}^{2}+2}}}}+{\frac{\sqrt{2}}{140}\sqrt{-2\,{x}^{2}+4}\sqrt{{x}^{2}+1}{\it EllipticE} \left ({\frac{x\sqrt{2}}{2}},i\sqrt{2} \right ){\frac{1}{\sqrt{-{x}^{4}+{x}^{2}+2}}}}+{\frac{99\,\sqrt{2}}{2450}\sqrt{1-{\frac{{x}^{2}}{2}}}\sqrt{{x}^{2}+1}{\it EllipticPi} \left ({\frac{x\sqrt{2}}{2}},-{\frac{10}{7}},i\sqrt{2} \right ){\frac{1}{\sqrt{-{x}^{4}+{x}^{2}+2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-x^4+x^2+2)^(1/2)/(5*x^2+7)^2,x)

[Out]

1/14*x*(-x^4+x^2+2)^(1/2)/(5*x^2+7)-3/175*2^(1/2)*(-2*x^2+4)^(1/2)*(x^2+1)^(1/2)/(-x^4+x^2+2)^(1/2)*EllipticF(
1/2*x*2^(1/2),I*2^(1/2))+1/140*2^(1/2)*(-2*x^2+4)^(1/2)*(x^2+1)^(1/2)/(-x^4+x^2+2)^(1/2)*EllipticE(1/2*x*2^(1/
2),I*2^(1/2))+99/2450*2^(1/2)*(1-1/2*x^2)^(1/2)*(x^2+1)^(1/2)/(-x^4+x^2+2)^(1/2)*EllipticPi(1/2*x*2^(1/2),-10/
7,I*2^(1/2))

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-x^{4} + x^{2} + 2}}{{\left (5 \, x^{2} + 7\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x^4+x^2+2)^(1/2)/(5*x^2+7)^2,x, algorithm="maxima")

[Out]

integrate(sqrt(-x^4 + x^2 + 2)/(5*x^2 + 7)^2, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{-x^{4} + x^{2} + 2}}{25 \, x^{4} + 70 \, x^{2} + 49}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x^4+x^2+2)^(1/2)/(5*x^2+7)^2,x, algorithm="fricas")

[Out]

integral(sqrt(-x^4 + x^2 + 2)/(25*x^4 + 70*x^2 + 49), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{- \left (x^{2} - 2\right ) \left (x^{2} + 1\right )}}{\left (5 x^{2} + 7\right )^{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x**4+x**2+2)**(1/2)/(5*x**2+7)**2,x)

[Out]

Integral(sqrt(-(x**2 - 2)*(x**2 + 1))/(5*x**2 + 7)**2, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-x^{4} + x^{2} + 2}}{{\left (5 \, x^{2} + 7\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x^4+x^2+2)^(1/2)/(5*x^2+7)^2,x, algorithm="giac")

[Out]

integrate(sqrt(-x^4 + x^2 + 2)/(5*x^2 + 7)^2, x)